home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000342_fdc@watsun.cc.columbia.edu_Mon Aug 27 15:45:04 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  30 lines

  1. Article: 12722 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit 8.0b02 and Solaris 2.6 problems
  6. Date: 27 Aug 2001 19:45:01 GMT
  7. Organization: Columbia University
  8. Lines: 13
  9. Message-ID: <9me7vt$hlt$1@newsmaster.cc.columbia.edu>
  10. References: <3B89FECC.4B399D2E@intin.it> <9me77g$bcm$1@samba.rahul.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 998941501 18109 128.59.39.2 (27 Aug 2001 19:45:01 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Aug 2001 19:45:01 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12722
  16.  
  17. In article <9me77g$bcm$1@samba.rahul.net>,  <dold@email.rahul.net> wrote:
  18. : Massimo D'Ulisse <mdulisse@intin.it> wrote:
  19. : :    * during downloads, wermit tries to create temporary files in the
  20. : :      /var directory, resulting in 'Permission denied' errors. I used a
  21. : This is a little odd.  What makes you think they are temp files?
  22. :
  23. When Kermit is an FTP client and it does an MGET, the server sends back
  24. a list of filenames, which can be arbitrarily long.  Kermit has to put
  25. them somewhere so, like other Unix FTP clients, it puts the list in a
  26. temporary file.
  27.  
  28. - Frank
  29.